hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
isPointInRect
hip
math
collision
Undocumented in source. Be warned that the author may not have intended to support it.
bool
isPointInRect
(T px, T py, T rx, T ry, T rw, T rh)
pure nothrow @
nogc
@
safe
bool
isPointInRect
(
T
)
(
in
T
px
,
in
T
py
,
in
T
rx
,
in
T
ry
,
in
T
rw
,
in
T
rh
)
if
(
isNumeric
!
T
)
bool
isPointInRect
(Vector2 p, Rect r)
Meta
Source
See Implementation
hip
math
collision
functions
isCircleInLine
isDynamicRectOverlappingRect
isPointInCircle
isPointInLine
isPointInLine2
isPointInRect
isRayIntersectingLine
isRayIntersectingRect
isRectOverlappingRect
resolveDynamicRectOverlappingRect
structs
RectWorld